PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / PDFTextBoxField Constructor / PDFTextBoxField Constructor(String,PDFCosDictionary,boolean,boolean)
In This Topic
    PDFTextBoxField Constructor(String,PDFCosDictionary,boolean,boolean)
    In This Topic
    Initializes a new object.
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFTextBoxField( 
       java.lang.String name,
       PDFCosDictionary cosField,
       boolean isPageExtraction,
       boolean initAppearance
    )

    Parameters

    name
    cosField
    isPageExtraction
    initAppearance
    See Also